Carbon


DelSearch

Header: Quickdraw.h Carbon status: Supported

Removes a custom search function from the current GDevice data structure’s list of search functions. This function is used by system software and your application should not need to call it.

void DelSearch (
    ColorSearchUPP searchProc
);
Parameter descriptions
searchProc

A pointer to the custom search function, ColorSearchProcPtr to be deleted. DelSearch disposes of the chain element, but does nothing to the ProcPtr data structure.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)